Macros

Return early with an error.
Construct an ad-hoc error from a string or existing non-anyhow error value.

Structs

The Error type, a wrapper around a dynamic error type.
Iterator of a chain of source errors.

Traits

Provides the context method for Result.

Functions

Equivalent to Ok::<_, anyhow::Error>(value).